Skip to content
This repository has been archived by the owner on Dec 22, 2021. It is now read-only.

Latest commit

 

History

History
36 lines (24 loc) · 1.29 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.29 KB

Dillinger

Build Status

License

Climate Explorer WPS service (the bird) Climate Explorer WPS service is a bird ...

A Web Processing Service for Climate Data Analysis.

To get an instance running with test data:

# Obtain test data:
mkdir ./data/
wget "http://opendap.knmi.nl/knmi/thredds/fileServer/climate_explorer/nino3.nc" -O ./data/nino3.nc
wget "http://opendap.knmi.nl/knmi/thredds/fileServer/climate_explorer/cru_ts3.22.1901.2013.pre.dat.nc" -O ./data/cru_ts3.22.1901.2013.pre.dat.nc

# Build
docker build -t climexp_numerical_wps .

# Start
docker run -it -p 5000:5000 -v `pwd`/data:/data climexp_numerical_wps

Credits

This package was created with Cookiecutter_ and the bird-house/cookiecutter-birdhouse_ project template.