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

maartenplieger/climexp_numerical_wps

Repository files navigation

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.

About

WPS based on birdhouse for KNMI Climate Explorer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published