Skip to content
Snippets Groups Projects
Commit 8f299861 authored by Riccardo Boero's avatar Riccardo Boero :innocent:
Browse files

Update README.md

parent dff19050
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,11 @@
---
## Use
The docker container can be started with the following code:
>podman run -t -i --name fact_road_elevation -p 5003:5000 -d registry.git.nilu.no/fact/data/fact\_elevation:0.3
>podman run -t -i --name fact_lulc -p 5004:5000 -d registry.git.nilu.no/fact/data/fact_lulc:0.3
The service could be queried passing the JSON polygon object as in:
```
curl -X POST http://localhost:5000/band_statistics \
curl -X POST http://localhost:5004/band_statistics \
-H "Content-Type: application/json" \
-d '{
"polygon_wkt": "POLYGON (())"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment