Skip to content

Process Open Weather data provided by One Call API response.

License

Notifications You must be signed in to change notification settings

tiagosarmentosantos/pocar

Repository files navigation

POCAR - Process One Call Api Response

Continuous Integration

made-with-sphinx-doc Python Versions License: MIT

Release Date Release Version Tag Version Issues Open

Pypi Version Pypi Status Pypi License


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.