How to Download Dataset Data
Steps to reproduce
- Log In to our platform (see Login).
- Create a New Project or use one created before.
- Create a New Dataset or use one created before.
- Get the
id_dataset
from the response - Run your Dataset.
- After your dataset execution is finished
"state": "Completed"
, you can get it's data in different formats using this endpoint.
Request example
Endpoint
POST /api/v1/dataset/download
Body
{
"id_project": 1,
"datasets": [
1
],
"file_extension": "geojson"
}
Successful Response
File to download