-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
floriscalkoen
committed
Dec 12, 2024
1 parent
2dba473
commit f3b7d58
Showing
37 changed files
with
3,563 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
190 changes: 190 additions & 0 deletions
190
current/coastal-grid/items/coastal_grid_z10_10000m.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,190 @@ | ||
{ | ||
"type": "Feature", | ||
"stac_version": "1.0.0", | ||
"stac_extensions": [ | ||
"https://stac-extensions.github.io/table/v1.2.0/schema.json", | ||
"https://stac-extensions.github.io/projection/v1.1.0/schema.json" | ||
], | ||
"id": "coastal_grid_z10_10000m", | ||
"geometry": { | ||
"type": "Polygon", | ||
"coordinates": [ | ||
[ | ||
[ | ||
180.0, | ||
-78.8280252306732 | ||
], | ||
[ | ||
180.0, | ||
83.75446098665334 | ||
], | ||
[ | ||
-180.0, | ||
83.75446098665334 | ||
], | ||
[ | ||
-180.0, | ||
-78.8280252306732 | ||
], | ||
[ | ||
180.0, | ||
-78.8280252306732 | ||
] | ||
] | ||
] | ||
}, | ||
"bbox": [ | ||
-180.0, | ||
-78.8280252306732, | ||
180.0, | ||
83.75446098665334 | ||
], | ||
"properties": { | ||
"created": "2024-12-12T08:21:49.293743Z", | ||
"table:columns": [ | ||
{ | ||
"name": "coastal_grid:id", | ||
"type": "string", | ||
"description": "Unique identifier for each tile, derived from bounds and a deterministic hex suffix." | ||
}, | ||
{ | ||
"name": "coastal_grid:quadkey", | ||
"type": "string", | ||
"description": "Mercator quadkey for each tile, indicating its spatial location and zoom level." | ||
}, | ||
{ | ||
"name": "coastal_grid:bbox.xmax", | ||
"type": "double" | ||
}, | ||
{ | ||
"name": "coastal_grid:bbox.xmin", | ||
"type": "double" | ||
}, | ||
{ | ||
"name": "coastal_grid:bbox.ymax", | ||
"type": "double" | ||
}, | ||
{ | ||
"name": "coastal_grid:bbox.ymin", | ||
"type": "double" | ||
}, | ||
{ | ||
"name": "coastal_grid:utm_epsg", | ||
"type": "int64", | ||
"description": "EPSG code for the UTM zone of the tile estimated by GeoPandas.estimate_utm_crs()." | ||
}, | ||
{ | ||
"name": "admin:countries", | ||
"type": "string", | ||
"description": "JSON list of countries intersecting the tile (e.g., '[\"CA\", \"US\"]')." | ||
}, | ||
{ | ||
"name": "admin:continents", | ||
"type": "string", | ||
"description": "JSON list of continents intersecting the tile (e.g., '[\"NA\", \"SA\"]')." | ||
}, | ||
{ | ||
"name": "s2:mgrs_tile", | ||
"type": "string", | ||
"description": "JSON list of Sentinel-2 MGRS tiles intersecting the tile (e.g., '[\"15XWL\", \"16XDR\"]')." | ||
}, | ||
{ | ||
"name": "geometry", | ||
"type": "WKB", | ||
"description": "Polygon geometry defining the spatial extent of the tile." | ||
} | ||
], | ||
"proj:bbox": [ | ||
-180.0, | ||
-78.8280252306732, | ||
180.0, | ||
83.75446098665334 | ||
], | ||
"proj:epsg": 4326, | ||
"table:row_count": 71796, | ||
"datetime": "2023-02-09T00:00:00Z" | ||
}, | ||
"links": [ | ||
{ | ||
"rel": "alternate", | ||
"href": "https://coclico.blob.core.windows.net/coastal-grid/release/2024-12-11/coastal_grid_z10_10000m.parquet", | ||
"type": "application/vnd.apache.parquet", | ||
"title": "HTTPS access" | ||
}, | ||
{ | ||
"rel": "collection", | ||
"href": "../collection.json", | ||
"type": "application/json", | ||
"title": "Coastal Grid" | ||
}, | ||
{ | ||
"rel": "root", | ||
"href": "../../catalog.json", | ||
"type": "application/json", | ||
"title": "CoCliCo STAC Catalog" | ||
}, | ||
{ | ||
"rel": "parent", | ||
"href": "../collection.json", | ||
"type": "application/json", | ||
"title": "Coastal Grid" | ||
} | ||
], | ||
"assets": { | ||
"data": { | ||
"href": "az://coastal-grid/release/2024-12-11/coastal_grid_z10_10000m.parquet", | ||
"type": "application/vnd.apache.parquet", | ||
"title": "Coastal Grid", | ||
"description": "Parquet dataset providing a global structured coastal grid for coastal analytics", | ||
"table:storage_options": { | ||
"account_name": "coclico" | ||
}, | ||
"table:columns": [ | ||
{ | ||
"name": "coastal_grid:id", | ||
"type": "string", | ||
"description": "Unique identifier for each tile, derived from bounds and a deterministic hex suffix." | ||
}, | ||
{ | ||
"name": "coastal_grid:quadkey", | ||
"type": "string", | ||
"description": "Mercator quadkey for each tile, indicating its spatial location and zoom level." | ||
}, | ||
{ | ||
"name": "coastal_grid:bbox", | ||
"type": "object", | ||
"description": "Bounding box of the tile in WGS84 coordinates, represented as a dictionary." | ||
}, | ||
{ | ||
"name": "coastal_grid:utm_epsg", | ||
"type": "int32", | ||
"description": "EPSG code for the UTM zone of the tile estimated by GeoPandas.estimate_utm_crs()." | ||
}, | ||
{ | ||
"name": "admin:countries", | ||
"type": "string", | ||
"description": "JSON list of countries intersecting the tile (e.g., '[\"CA\", \"US\"]')." | ||
}, | ||
{ | ||
"name": "admin:continents", | ||
"type": "string", | ||
"description": "JSON list of continents intersecting the tile (e.g., '[\"NA\", \"SA\"]')." | ||
}, | ||
{ | ||
"name": "s2:mgrs_tile", | ||
"type": "string", | ||
"description": "JSON list of Sentinel-2 MGRS tiles intersecting the tile (e.g., '[\"15XWL\", \"16XDR\"]')." | ||
}, | ||
{ | ||
"name": "geometry", | ||
"type": "geometry", | ||
"description": "Polygon geometry defining the spatial extent of the tile." | ||
} | ||
], | ||
"roles": [ | ||
"data" | ||
] | ||
} | ||
}, | ||
"collection": "coastal-grid" | ||
} |
Oops, something went wrong.