An interactive map that allows the user to get an overview of stations, parameters, grids and municipalities used in DMIs Open Data
Optionally, create a virtual environment for the pip dependencies to run this repo:
python -m venv name_of_venvClone this repository, and install dependencies through pip:
pip install -r requirements.txtTo generate the site, you should acquire an API key for both the climateData API and oceanObs. When you have the keys, you can run the software as a simple command line utility:
python Create\ Map.py --climate-api-key=$CLIMATE_API_KEY --oceanobs-api-key=$OCEAN_API_KEYThe script will write the HTML page to index.html, which is self-contained HTML page.