This page contains guides, libraries and examples of DMI's open data usage, which might be helpful in your own application.
Everyone is welcome to submit user guides and examples, by sending an email to friedata_kontakt@dmi.dk. DMI staff we will post it to this page, assuming it passes basic vetting. We look forward to hearing from you!
The user examples and libraries listed on this page are provided "as-is", without warranty of any kind, expressed or implied. Please be aware that the above libraries/guides/code might contain licenses, which must be adhered to.
Title | Link or file | Tags | Prerequisites | Description | Author |
---|---|---|---|---|---|
Example of data extraction and data analysis | Python script |
#Python #Pandas |
Install:
Follow the guides on Authentication to:
|
The script includes:
|
Søren Jessen Københavns Universitet |
Python API client | Python API client |
#Python #Library |
Follow the guides on Authentication to:
|
This uses the deprecated metObs v1 API, which has been replaced by metObs v2 This is a Python library for accessing the APIs resources. Documentation can be found through the link. |
Woodsense / Lasse Regin Nielsen |
Title | Link or file | Tags | Prerequisites | Description | Author |
---|---|---|---|---|---|
Map of DMI grid in climate data |
#Python #Folium #HTML #JS |
A map to look up cells in DMI's grid, used in DMI's grid data. This is useful if you want to know which cell in the grid data you need to search for | Svend Nørskov-Lauritsen |
Title | Link or file | Tags | Prerequisites | Description | Author |
---|---|---|---|---|---|
Example of generating animation from radar images in QGIS using Temporal Controller |
|
#Python #QGIS |
Follow the guides on Authentication to:
|
See animation and script for instructions. Run script in QGIS |
Allan Frank |
Title | Link or file | Tags | Prerequisites | Description | Author |
---|---|---|---|---|---|
Preprocessing forecast data from DMI | Github repo |
#Python #Jupyter #NetCDF |
Follow the guides on Authentication to:
|
Download forecast data, load into xarray for parameter extraction, processing, plotting, animation etc. Also shows how to convert forecast data into NetCDF |
Angelina A. |
Beginner GRIB processing guide | Guide |
#Python #HARMONIE #NetCDF |
Follow the guides on Authentication to:
|
Filtering GRIB data based on chosen parameter, load it into xarray for further processing, plotting etc. Also shows how to convert forecast data into NetCDF |
Peter Alexander Garnæs |
GribToGeoJSON | Github repo |
#HARMONIE #Grib #GeoJSON |
Follow the guides on Authentication to:
|
Converting HARMONIE grib files to GeoJSON, demonstrating lon, lat rotation. | Allan Frank |
GribToGeoJSON as a service |
Github repo |
#HARMONIE #Grib #GeoJSON |
Follow the guides on Authentication to:
|
Converting HARMONIE grib files to GeoJSON packaged as a REST service, demonstrating lon, lat rotation and rotation of wind parameter. | Allan Frank |