API Documentation: data.mitwelten.org/api/v3/docs
- Python examples
- R examples
- JavaScript examples on ObservableHQ
Install the dependencies to run the scripts:
cd mitwelten-explore-data-management/ingest
pip install -r requirements.txt
Execute the cells in the update_gbif_cache notebook.
- Download a dataset from IDAWEB
- Navigate to
ingest/meteo/
cd mitwelten-explore-data-management/ingest/meteo/
- Make a copy of the file and edit the credentials
cp credentials.example.yaml credentials.yaml nano credentials.yaml
- Execute the insert script
Required arguments:
python insert_from_zip.py -c credentials.yaml -i /path/to/the/zip.file
-c
: path to the credentials file-i
: path to the downloaded zip file