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