Data sets
There are 3 endpoints that return datasets in the SoilHive system:
GET /v1/data-sets
: retrieves all datasets.GET /v1/data-sets/{dataset-id}
: retrieves a dataset by id.POST /v1/data-sets/queries
: allows filtering by area of interest, spatial filters and soil properties.
Updated 8 days ago