This python package aims to process Open Weather data provided by One Call API response, making it available to end user.
The access to One Call API is free, but an account in Open Weather is required, see: OpenWeather Account
See full documentation for One Call API: One Call API documentation
This package is available in The Python Package Index (PyPI) at Pypi pocar
The One Call API provides the following weather data for any geographical coordinates:
- Current weather
- Minute forecast for 1 hour
- Hourly forecast for 48 hours
- Daily forecast for 7 days
- National weather alerts
This package propose a module to handle each of these kinds of response types.