diff --git a/current/gcts-2000m/items/geoparquet-stac-items.json b/current/gcts-2000m/items/geoparquet-stac-items.json deleted file mode 100644 index a335a683f8..0000000000 --- a/current/gcts-2000m/items/geoparquet-stac-items.json +++ /dev/null @@ -1,176 +0,0 @@ -{ - "type": "Feature", - "stac_version": "1.0.0", - "id": "geoparquet-stac-items", - "properties": { - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) for this region.", - "table:columns": [ - { - "name": "type", - "type": "string" - }, - { - "name": "stac_version", - "type": "string" - }, - { - "name": "stac_extensions", - "type": "list" - }, - { - "name": "id", - "type": "string" - }, - { - "name": "geometry", - "type": "binary", - "description": "Well-Known Binary (WKB) representation of the transect as a linestring geometry." - }, - { - "name": "bbox", - "type": "list", - "description": "Bounding box of the transect geometry, given by minimum and maximum coordinates in x (longitude) and y (latitude)." - }, - { - "name": "links", - "type": "list>" - }, - { - "name": "data.description", - "type": "string" - }, - { - "name": "data.href", - "type": "string" - }, - { - "name": "data.roles", - "type": "list" - }, - { - "name": "data.title", - "type": "string" - }, - { - "name": "data.type", - "type": "string" - }, - { - "name": "collection", - "type": "string" - }, - { - "name": "title", - "type": "string" - }, - { - "name": "description", - "type": "string" - }, - { - "name": "table:columns", - "type": "list>" - }, - { - "name": "proj:bbox", - "type": "list" - }, - { - "name": "proj:epsg", - "type": "int64" - }, - { - "name": "table:row_count", - "type": "int64" - }, - { - "name": "created", - "type": "string" - }, - { - "name": "datetime", - "type": "timestamp[us, tz=utc]" - } - ], - "proj:bbox": [ - -179.99979946036342, - -78.74747176732404, - 179.9998718372176, - 83.66967471602302 - ], - "proj:epsg": 4326, - "table:row_count": 16, - "created": "2024-04-01T15:01:47.584718Z", - "datetime": "2024-03-18T00:00:00Z" - }, - "geometry": { - "type": "Polygon", - "coordinates": [ - [ - [ - 179.9998718372176, - -78.74747176732404 - ], - [ - 179.9998718372176, - 83.66967471602302 - ], - [ - -179.99979946036342, - 83.66967471602302 - ], - [ - -179.99979946036342, - -78.74747176732404 - ], - [ - 179.9998718372176, - -78.74747176732404 - ] - ] - ] - }, - "links": [ - { - "rel": "collection", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System 2000 m" - }, - { - "rel": "root", - "href": "../../catalog.json", - "type": "application/json", - "title": "CoCliCo STAC Catalog" - }, - { - "rel": "parent", - "href": "../collection.json", - "type": "application/json", - "title": "Global Coastal Transect System 2000 m" - } - ], - "assets": { - "data": { - "href": "az://transects/gcts-2000m.parquet/geoparquet-stac-items.parquet", - "type": "application/vnd.apache.parquet", - "title": "GCTS", - "description": "Parquet dataset with coastal transects (2000 m) for this region.", - "roles": [ - "data" - ] - } - }, - "bbox": [ - -179.99979946036342, - -78.74747176732404, - 179.9998718372176, - 83.66967471602302 - ], - "stac_extensions": [ - "https://stac-extensions.github.io/table/v1.2.0/schema.json", - "https://stac-extensions.github.io/projection/v1.1.0/schema.json" - ], - "collection": "gcts-2000m" -} \ No newline at end of file