pocar

Process Open Weather data provided by One Call API response.


Keywords
openweather, onecallapi, python, openweathermap
License
MIT
Install
pip install pocar==0.1

Documentation

POCAR - Process One Call Api Response


Code QL Analysis FLake8 Lint Analysis Pytest Analysis

Code Style Black License: MIT

Release Date Release Version Tag Version


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