Developed by Shd at SMHI.
- Python based service using Flask
- Get translation for codes/names used at the Swedish NODC
- Microservice Template
- Download the code list
Create a virtual environment for your project with venv:
python -m venv venvActivate the virtual environment:
source ./venv/bin/activateInstall requirements with pip:
pip install -r requirements.txtAlternative with conda:
conda env create --file environment.yamlActivate environment:
conda activate py38