Skip to content

directedproject-eu/dmi-ingestor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DMI forecast data ingestion for DIRECTED project

Build the Docker image:

docker build . -t directed/dmi-ingestor:latest

Run the Docker image for sea level data (is the default):

docker run -e DMI_API_KEY="" -e BUCKET_NAME="" -e BUCKET_KEY="" -e BUCKET_SECRET="" directed/dmi-ingestor:latest

Run the Docker image for precipitation data:

docker run -e DMI_API_KEY="" -e BUCKET_NAME="" -e BUCKET_KEY="" -e BUCKET_SECRET="" -e COLLECTION="harmonie_dini_sf" -e BBOX="1180,150,1300,280" -e PARAMETERS="total-precipitation,rain-precipitation-rate" directed/dmi-ingestor:latest

Note: for collections using the Lambert conformal conic projection (harmonie_*) the DMI API expects the bbox to be in km not m!

About

Data ingestion tool for the DMI API

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors