POCAR - Process One Call Api Response



This python package aims to process Open Weather data provided by One Call API.
The access to One Call API is free, but an account in Open Weather is required, see: OpenWeather Account
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
See full documentation for One Call API: One Call API documentation
This python package processes the One Call Api response, making data available to user.
For further details refer to wiki