Skip to content

Commit

Permalink
Remove geojson, not implemented yet
Browse files Browse the repository at this point in the history
  • Loading branch information
clausmichele committed Jul 12, 2023
1 parent e07c3a7 commit 6386ae0
Showing 1 changed file with 0 additions and 17 deletions.
17 changes: 0 additions & 17 deletions load_stac.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand Down

0 comments on commit 6386ae0

Please sign in to comment.