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

Updates in README

parent 5419b658
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ Pull the most up to date image:
The docker container can be started with the following code:
>docker run -t -i --name fact_lulc -p 5004:5000 -d registry.git.nilu.no/fact/data/fact_lulc:latest
The service could be queried passing the JSON polygon object as in the following, but please **note** that the entrypoint requires the year and the ones available are **2017-2021**:
The service could be queried passing the JSON polygon object as in the following, but please **note** that the entrypoint requires the year and the ones available are **2017-2022**:
```
curl -X POST http://localhost:5004/band_statistics/2017 \
-H "Content-Type: application/json" \
......@@ -96,6 +96,7 @@ And the result is:
- Cell Size: 10-meters
- Type: Thematic
- Attribution: Esri, Impact Observatory, and Microsoft
- License: CC BY 4.0
---
## Author
......
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