/lmu_meteo_api

Provides easy access to the LMU meteo api.

Primary LanguageJupyter Notebook

LMU Meteo Data API

The LMU provides free high-quality meteodata through a web API, that can be accessed without authentification. This package should help to acess the API and return the data as dataframe.
The package is published on PyPi for easy installation using pip.

API documentation

https://www.meteo.physik.uni-muenchen.de/request-beta/

How to install

pip install lmu_meteo_api

For developers

Set up you virtual environment

python3.10 -m venv .venv

Install dependencies

poetry install

(Optional) Publish new package

poetry build
poetry publish