diff --git a/load_stac.json b/load_stac.json index c71d3a80..9ac7d4bd 100644 --- a/load_stac.json +++ b/load_stac.json @@ -88,23 +88,6 @@ } } }, - { - "title": "GeoJSON", - "description": "Limits the data cube to the bounding box of the given geometries. For raster data, all pixels inside the bounding box that do not intersect with any of the polygons will be set to no data (`null`).\n\nThe GeoJSON type `GeometryCollection` is not supported. Empty geometries are ignored.", - "type": "object", - "subtype": "geojson" - }, - { - "title": "Vector data cube", - "description": "Limits the data cube to the bounding box of the given geometries in the vector data cube. All pixels inside the bounding box that do not intersect with any of the polygons will be set to no data (`null`). Empty geometries are ignored.", - "type": "object", - "subtype": "datacube", - "dimensions": [ - { - "type": "geometry" - } - ] - }, { "title": "No filter", "description": "Don't filter spatially. All data is included in the data cube.",