DanielKuebi / lmu_meteo_api

Provides easy access to the LMU meteo api.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Provides easy access to the LMU meteo api.


Languages

Language:Jupyter Notebook 96.3%Language:Python 3.7%