Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 724 Bytes

File metadata and controls

25 lines (16 loc) · 724 Bytes

DIRECTED pyGeoAPI Processes

Build preparations

Download the file dnk_ppp_2020_1km_Aggregated_UNadj.tif from the Nextcloud and store it in ./data.

Build the Docker image

docker compose build

Start the Docker container

docker compose up -d && docker compose logs -f

pygeoapi is running at http://localhost:5000

Execute a process

curl -X POST -H "Content-Type: application/json" -d "{\"inputs\":{\"intensity\": [0, 30, 80]}}" http://localhost:5000/processes/climada-simple-example-denmark-process/execution > out.csv